#open-news-container {
  height: 100%;
  width: 100%;
/*  font-family: Source Han Sans CN; */
  display: flex;
}
.open-news-menu {
  /* background: rgba(131, 197, 238, 0.4); */
  width: 500px;
  text-align: center;
  /* clip-path: polygon(0 0, 0 100%, 100% 90%, 100% 10%); */
  padding: 25px 38px 25px 0;
  height: 540px;
  background-image: url("/assets/images/layout/trapezoid.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.open-news-menu-inner-layer {
  /* background: #006fae; */
  width: 100%;
  text-align: center;
  /* clip-path: polygon(0 0, 0 100%, 100% 90%, 100% 10%); */
  height: 100%;
}
.open-news-menu-title {
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 15px 15px 15px 0;
}

.open-news-menu-title:hover,
.open-news-menu-title:focus,
.open-news-menu-title:active {
  background-image: linear-gradient(to right, #fff 40%, #006fae);
  color: #006fae;
  padding: 15px 75px 15px 0;
}
.open-news-not-selected {
  color: #fff;
  background: #006fae;
  padding: 15px 15px 15px 0;
}
.open-news-selected {
  background-image: linear-gradient(to right, #fff 40%, #006fae);
  color: #006fae;
  padding: 15px 15px 15px 0;
}
.open-news-menu-head {
  height: 80px;
}
#open-news-menu-more {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  color: #fff;
}
.open-news-content {
  font-size: 16px;
  color: #333;
  margin: 20px 0 20px 0px;
  background: #fff;
  padding: 10px 20px 5px 20px;
  border-radius: 6px;
  cursor: pointer;
}
.open-news-content-content {
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.open-news-content:hover {
  border: 1px solid #006fae;
  color: #006fae;
}
.open-news-content-time {
  text-align: right;
  color: #3b8bc9;
  width: 100%;
}
.open-news-content-time-left {
  font-size: 20px;
}
.open-news-content-time-right {
  font-size: 14px;
}
.open-news-media-voice {
  background: #f2faff;
  padding: 15px 0;
  margin: 20px 0;
  height: 570px;
}
.open-news-menu-right {
  overflow-y: auto;
}
.open-news-menu-right::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
#educationalNews {
  display: none;
}
#publicAdministrativeAffairs {
  display: none;
}
@media (max-width: 960px) {
  .open-news-media-voice {
    margin: 0;
    height: auto;
    padding: 0 10px;
  }
  .open-news-content-content {
    font-weight: 500;
    white-space: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .open-news-content {
    font-size: 16px;
    color: #333;
    margin: 10px;
  }
  #open-news-container {
    display: inline;
  }
  .open-news-menu {
    width: 100%;
    height: 100%;
    padding: 0;
    /* clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0); */
    background: #fff;
  }
  .open-news-menu-inner-layer {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .open-news-menu-left {
    display: flex;
  }
  .open-news-menu-title {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
  }
  .open-news-not-selected {
    color: #fff;
    background: #006fae;
    padding: 10px 0;
  }
  .open-news-selected {
    background: #fff;
    color: #006fae;
    padding: 10px 0;
  }
  #open-news-menu-more {
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    background: #f2faff;
    color: #333;
    padding: 10px 6px  0 10px;
  }
  .open-news-menu-title:hover,
  .open-news-menu-title:focus,
  .open-news-menu-title:active {
    background: #fff;
    color: #006fae;
    padding: 10px 0;
  }
  .open-news-menu-head {
    height: auto;
  }
}